Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
authorOwen Taylor <otaylor@redhat.com>
Mon, 2 Apr 2001 15:51:28 +0000 (15:51 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 2 Apr 2001 15:51:28 +0000 (15:51 +0000)
commitc944151a3cecd2ab199d1645e22d74fe9a66df0a
treee5719998626f9ff28d2fce5c88ff2de3c5d7bb43
parent5d1ee0929e0c4fb6cdbfa7a4bf28e2071da9a220
Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE

Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_widget_class_init): Fix
G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
stupidity.

Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>

[ First pass at adding style properties. Still needs some definite
fine-tuning. ]

        * gtk/gtkbutton.c: Add ::default_spacing style property.

* gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
::indicator_spacing style properties.

* gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
style properties.

* gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
rather than a normal property.

* gtk/gtkwidget.c: Add an ::interior_focus style property to
draw focus inside buttons, in the Windows/Java Metal/etc. style.

* gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
Honor ::interior_focus.

* gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is
TRUE.

* gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
Add ::slider_width, ::trough_border, ::stepper_size,
::stepper_spacing style properties.

* gtk/gtkscale.[ch] Add ::slider-length style property.
29 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkbutton.c
gtk/gtkcheckbutton.c
gtk/gtkcheckbutton.h
gtk/gtkentry.c
gtk/gtkhpaned.c
gtk/gtkhscale.c
gtk/gtkhscrollbar.c
gtk/gtkoptionmenu.c
gtk/gtkpaned.c
gtk/gtkpaned.h
gtk/gtkradiobutton.c
gtk/gtkrange.c
gtk/gtkrange.h
gtk/gtkscale.c
gtk/gtkscale.h
gtk/gtktogglebutton.c
gtk/gtkvpaned.c
gtk/gtkvscale.c
gtk/gtkvscrollbar.c
gtk/gtkwidget.c
gtk/testgtkrc
tests/testgtkrc